github.com/jackc/pgx/v5.derivedTypeInfo.Atttypids (field)
4 uses
github.com/jackc/pgx/v5 (current package)
derived_types.go#L155: Atttypids []uint32
derived_types.go#L180: err = rows.Scan(&ti.TypeName, &ti.NspName, &ti.Typtype, &ti.Typbasetype, &ti.Typelem, &ti.Oid, &ti.Rngtypid, &ti.Rngsubtype, &ti.Attnames, &ti.Atttypids)
derived_types.go#L195: dt, ok := m.TypeForOID(ti.Atttypids[i])
derived_types.go#L197: return nil, fmt.Errorf("Unknown field for composite type %q: field %q (OID %v) is not already registered.", ti.TypeName, fieldName, ti.Atttypids[i])